-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add miRBase client #912
Add miRBase client #912
Conversation
Looks like the failing tests are from code that has to do with PubMed client... Unrelated to this PR |
yield mirbase_id, mirbase_name, db, identifier, name.rstrip('.') | ||
|
||
|
||
if __name__ == '__main__': | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, what's going on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'oh, commented stuff out for testing and then forgot to uncomment 🤦♂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
This PR adds a client for miRBase, which is a nomenclature for micro-RNAs. It adds a function for downloading and structuring the resource as a TSV that has cross-references to ncbigene and other organism specific databases. The client has lookup for terms by miRBase name, identifier, or HGNC. This PR also updates the PyBEL processor to handle nodes named with miRBase.
A few questions about adding this client:
Should I add the resources in a versioned way? The .gitignore seems to reject stuff in the resources folderI added it with 8211c4a because I couldn't pass the tests and it looks like everything else is already addedis_mirna()
function like theis_kinase()
and related?